Skip to content

HardwareTimer: Fix STM32F1 specific gpio configuration in case of input #824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ABOSTM
Copy link
Contributor

@ABOSTM ABOSTM commented Dec 9, 2019

Summary

On F1 family, input alternate function must configure GPIO in input mode
(not in alternate function like other STM32 families).

Closing issues

Fixes #812

@ABOSTM ABOSTM changed the title HardwareTimer: Fix STM32F1 specific gpio configuration is case of input HardwareTimer: Fix STM32F1 specific gpio configuration in case of input Dec 9, 2019
@fpistm fpistm added the fix 🩹 Bug fix label Dec 9, 2019
@fpistm fpistm added this to the 1.8.0🎄 🎅 milestone Dec 9, 2019
On F1 family, input alternate function must configure GPIO in input mode
(not in alternate function like other STM32 families).

Fixes stm32duino#812
@ABOSTM ABOSTM force-pushed the HarddwareTimer_STM32_F1_GPIO_Config branch from 1f16e5e to 333dc8b Compare December 9, 2019 10:14
@fpistm fpistm self-requested a review December 9, 2019 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[F1] Hardware Timer Input capture not working
2 participants